home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / batch / library / ckfr13 / chkfree.doc next >
Text File  |  1994-04-16  |  2KB  |  50 lines

  1. CHKFREE v1.03
  2.  
  3.   This is a utility that I wrote to keep track of my hardrives. I lost data,
  4. because I was unaware that I had extremely low space. This program will check
  5. every connected harddrive, network or local and compare the available space
  6. to the number that you put on the command line.
  7.  
  8. Example of Autoexec.bat
  9.  
  10. @echo off
  11. cls
  12. path = c:\dos;c:\windows
  13. rem The next line Checks all HardDrives for a min. of 5mb.
  14. CHKFREE.EXE 5,000,000
  15.  
  16.  
  17.   If a harddrive has less than 5mb then there will be a warning beep, and
  18. the drive letter will be displayed along with the current available space
  19. on that drive.
  20.  
  21. *******
  22. CHANGES since v1.01
  23.   **Fixed error of not always checking Drive C:
  24.   **Formatted output sizes with commas separating thousands
  25.   **Added user input Error checking
  26.   **Added a pause if error was found. Either a timeout, or keyboard hit
  27.     will continue. Also beeps when a drive does not pass the test.
  28.  
  29.   This program is provided for your evaluation. If you choose to make it
  30. legal, please send $5.00, or $15.00 for the source code. Make checks
  31. payable to:
  32.  
  33. N.A.M. Enterprises
  34. P.O. Box 67
  35. Keene, TX 76059
  36. 800-262-1069 ( for Visa & MC Orders )
  37.  
  38.   With your registration, you will recieve the latest version, plus be legal.
  39. I would appreciate any comments towards this product. You find it useful, or
  40. you don't PLEASE let me know. Please use the above phone, or EMail at:
  41.  
  42. Internet - mollerr@vaxine.swac.edu
  43. CompuServe 72624,3276
  44.  
  45. Thanks,
  46. Ronnie Moller, Jr.
  47.  
  48.  
  49.  
  50.